Now we can change the coordinates to move frosty.

  • Change the first number ( x-coordinate) in the .go_to() command to 100.
  • Change the second number (y-coordinate) in the .go_to() command to -125.

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("winter") sprite = codesters.Sprite("person12") sprite.go_to(-125, -150) frosty = codesters.Sprite("snowman") frosty.go_to(-100 ,-50)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)